home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / bench / x.txt / 000281_era@eracc.hypermart.net_Thu Jan 3 17:50:25 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  76 lines

  1. Article: 13112 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!news-out.visi.com!hermes.visi.com!newsfeeds-atl2!e3500-atl1.usenetserver.com.POSTED!53ab2750!not-for-mail
  3. From: era@eracc.hypermart.net (ERA)
  4. Reply-To: era@eracc.hypermart.net
  5. Organization: ERA Computer Consulting
  6. Message-ID: <gWtomC2dEjRt-pn2-qzPEd4eKvddt@localhost>
  7. Newsgroups: linux.samba,comp.os.linux.networking,comp.protocols.kermit.misc
  8. Subject: Re: help with sharing a directory
  9. References: <qJ%X7.148580$8w3.31713565@typhoon.kc.rr.com> <3C309E6E.8060705@columbus.rr.com> <tzpY7.153672$8w3.33253350@typhoon.kc.rr.com>
  10. User-Agent: ProNews/2 V1.51.ib104
  11. MIME-Version: 1.0
  12. Content-Type: text/plain; charset="us-ascii"
  13. Content-Transfer-Encoding: 8bit
  14. X-Is-It-News: yes
  15. Lines: 52
  16. X-Complaints-To: abuse@usenetserver.com
  17. X-Abuse-Info: Please be sure to forward a copy of ALL headers
  18. X-Abuse-Info: Otherwise we will be unable to process your complaint properly.
  19. NNTP-Posting-Date: Thu, 03 Jan 2002 17:23:33 EST
  20. Date: Thu, 03 Jan 2002 22:23:33 GMT
  21. Xref: newsmaster.cc.columbia.edu linux.samba:19841 comp.os.linux.networking:370878 comp.protocols.kermit.misc:13112
  22.  
  23. On Tue, 1 Jan 2002 21:08:41, "Doug Holtz"
  24. <dholtz@wi.rr.com> wrote:
  25.  
  26. + I can't easily put files on my web site without first copying them
  27. + to the home directory, then copying them from the command prompt on
  28. + the server to the correct www directory on the second hard drive.
  29. [...]
  30. + I can connect thru samba or ssh only.
  31.  
  32. Ok.
  33.  
  34. + Any ideas?
  35.  
  36. Yes. (below)
  37.  
  38. + Doug
  39.  
  40. If you can see your $HOME directory from the SMB server do the
  41. following:
  42.  
  43.   Login using ssh
  44.   $ su - root
  45.   # ln -s /the/www/base/dir /your/home/dir
  46.   # exit
  47.   $ exit
  48.  
  49. If you have write permission as a user to the www tree then you can
  50. copy the files using the symbolic link in your home dir. Note that it
  51. is a *bad* idea to make your www tree world writable so be careful
  52. with the permissions in there. The default permissions may not allow
  53. this to work.
  54.  
  55. Or, use c-kermit on your client and install c-kermit running IKSD on
  56. your server and set it up for automating the transfer of updated
  57. files to the www tree. You can configure kermit to use encryption if
  58. needed and the developers at The Kermit Project give excellent
  59. support. Here is the start page for their site:
  60.  
  61.   http://www.columbia.edu/kermit
  62.  
  63. Also the comp.protocols.kermit.misc group is a good place to ask for
  64. support when setting up this kind of connection. I've added it to the
  65. groups for this message.
  66.  
  67. Gene <gene@eracc.hypermart.net>
  68. Caldera Authorized Partner - OpenServer 5+, UnixWare 7+ & OpenLinux
  69. -- 
  70.    Owner and C.E.O. - ERA Computer Consulting - Jackson, TN USA    .
  71.   OS/2, UnixWare, OpenServer & Linux Business Computing Solutions  .
  72.      Please visit our www pages at http://eracc.hypermart.net/     .
  73.                We run IBM OS/2 v.4.00, Revision 9.036                
  74.  Sysinfo: 42 Processes, 174 Threads, uptime is 5d 17h 46m 57s 455ms  
  75.  
  76.